home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / quick / about.frm next >
Text File  |  1995-05-08  |  2KB  |  77 lines

  1. VERSION 2.00
  2. Begin Form About1 
  3.    AutoRedraw      =   -1  'True
  4.    BorderStyle     =   3  'Fixed Double
  5.    Caption         =   "About"
  6.    ClientHeight    =   3345
  7.    ClientLeft      =   1095
  8.    ClientTop       =   1455
  9.    ClientWidth     =   3780
  10.    ClipControls    =   0   'False
  11.    ControlBox      =   0   'False
  12.    Height          =   3750
  13.    Icon            =   ABOUT.FRX:0000
  14.    Left            =   1035
  15.    LinkTopic       =   "About"
  16.    ScaleHeight     =   3345
  17.    ScaleWidth      =   3780
  18.    Top             =   1110
  19.    Width           =   3900
  20.    Begin Frame Frame1 
  21.       Height          =   2535
  22.       Left            =   120
  23.       TabIndex        =   2
  24.       Top             =   120
  25.       Width           =   3495
  26.       Begin Label Label3 
  27.          Height          =   1455
  28.          Left            =   120
  29.          TabIndex        =   4
  30.          Top             =   960
  31.          Width           =   3255
  32.       End
  33.       Begin Label Label2 
  34.          Caption         =   "⌐ 1993 A.B. Collver III"
  35.          Height          =   255
  36.          Left            =   960
  37.          TabIndex        =   3
  38.          Top             =   720
  39.          Width           =   2055
  40.       End
  41.       Begin Image Image1 
  42.          Height          =   480
  43.          Left            =   120
  44.          Picture         =   ABOUT.FRX:0302
  45.          Top             =   240
  46.          Width           =   480
  47.       End
  48.       Begin Label Label1 
  49.          Alignment       =   2  'Center
  50.          Caption         =   "Quick Exit "
  51.          FontBold        =   -1  'True
  52.          FontItalic      =   0   'False
  53.          FontName        =   "MS Sans Serif"
  54.          FontSize        =   22.5
  55.          FontStrikethru  =   0   'False
  56.          FontUnderline   =   0   'False
  57.          Height          =   495
  58.          Left            =   720
  59.          TabIndex        =   1
  60.          Top             =   240
  61.          Width           =   2655
  62.       End
  63.    End
  64.    Begin CommandButton Command1 
  65.       Caption         =   "&Ok"
  66.       Height          =   495
  67.       Left            =   1200
  68.       TabIndex        =   0
  69.       Top             =   2760
  70.       Width           =   1455
  71.    End
  72. End
  73. Sub Command1_Click ()
  74. Unload about1
  75. End Sub
  76.  
  77.